home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Desktop / TaskApp / TaskApp.exe / 0 / RCDATA / TFILESETTFORM / TFILESETTFORM.txt
Encoding:
Text File  |  1997-04-09  |  2.1 KB  |  113 lines

  1. object FileSettForm: TFileSettForm
  2.   Left = 266
  3.   Top = 212
  4.   Width = 371
  5.   Height = 145
  6.   Caption = 'Edit Shortcut'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 83
  19.     Width = 363
  20.     Height = 35
  21.     Align = alBottom
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     object Panel2: TPanel
  25.       Left = 202
  26.       Top = 0
  27.       Width = 161
  28.       Height = 35
  29.       Align = alRight
  30.       BevelOuter = bvNone
  31.       TabOrder = 0
  32.       object Button1: TButton
  33.         Left = 8
  34.         Top = 0
  35.         Width = 73
  36.         Height = 33
  37.         Caption = '&OK'
  38.         TabOrder = 0
  39.         OnClick = Button1Click
  40.       end
  41.       object Button2: TButton
  42.         Left = 88
  43.         Top = 0
  44.         Width = 73
  45.         Height = 33
  46.         Caption = '&Cancel'
  47.         TabOrder = 1
  48.         OnClick = Button2Click
  49.       end
  50.     end
  51.   end
  52.   object Panel3: TPanel
  53.     Left = 0
  54.     Top = 0
  55.     Width = 363
  56.     Height = 83
  57.     Align = alClient
  58.     BevelOuter = bvNone
  59.     TabOrder = 1
  60.     object Panel4: TPanel
  61.       Left = 0
  62.       Top = 0
  63.       Width = 64
  64.       Height = 83
  65.       Align = alLeft
  66.       BevelOuter = bvNone
  67.       TabOrder = 0
  68.       object Label1: TLabel
  69.         Left = 8
  70.         Top = 8
  71.         Width = 57
  72.         Height = 13
  73.         Caption = 'Name'
  74.       end
  75.       object Label2: TLabel
  76.         Left = 8
  77.         Top = 32
  78.         Width = 57
  79.         Height = 13
  80.         Caption = 'File'
  81.       end
  82.       object Label3: TLabel
  83.         Left = 7
  84.         Top = 57
  85.         Width = 58
  86.         Height = 13
  87.         Caption = 'Arguments'
  88.       end
  89.     end
  90.     object Edit1: TEdit
  91.       Left = 64
  92.       Top = 8
  93.       Width = 297
  94.       Height = 21
  95.       TabOrder = 1
  96.     end
  97.     object Edit2: TEdit
  98.       Left = 64
  99.       Top = 32
  100.       Width = 297
  101.       Height = 21
  102.       TabOrder = 2
  103.     end
  104.     object Edit3: TEdit
  105.       Left = 64
  106.       Top = 56
  107.       Width = 297
  108.       Height = 21
  109.       TabOrder = 3
  110.     end
  111.   end
  112. end
  113.